home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global startticks, sndname, photono, photomode
- go(the frame)
- if not soundBusy(1) then
- sound playFile 1, sndname
- end if
- if (photomode = "Auto") and ((the ticks - startticks) >= (5 * 60)) then
- cursor(4)
- set photono to getphotono(photono + 1)
- changephoto(photono)
- go(marker(0))
- end if
- end
-